-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ci workflow for validating schema changes #6396
base: dev-2.x
Are you sure you want to change the base?
Conversation
@leonardehrenfried perhaps we need to use a token? Seems like giving all permissions didn't fix the issue. |
I'm sorry but I don't have a clue. |
6346e13
to
7788f1d
Compare
Maybe we need to use |
56c93b8
to
01cd2ed
Compare
I read a bit more about |
bf2e7e8
to
b147b21
Compare
0f065f8
to
6016a89
Compare
I finally got it to work by manually running some npm cli library. This should be ready for review now. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev-2.x #6396 +/- ##
=============================================
- Coverage 69.73% 69.72% -0.02%
+ Complexity 18024 18016 -8
=============================================
Files 2057 2057
Lines 76970 76967 -3
Branches 7846 7844 -2
=============================================
- Hits 53678 53666 -12
- Misses 20545 20551 +6
- Partials 2747 2750 +3 ☔ View full report in Codecov by Sentry. |
Summary
Adds CI workflow that uses schema inspector to validate that there are no breaking schema changes and to list changes.
Issue
This was shortly discussed in a dev meeting this week
Unit tests
No
Documentation
No
Changelog
Skipped